Versuch einer Klassifikation (in Bearbeitung)
Interaktive Tabelle
- in Bearbeitung, Erläuterung erfolgt in Kürze
Filter:

April 24, 2023
Warning: Using an external vector in selections was deprecated in tidyselect 1.1.0.
ℹ Please use `all_of()` or `any_of()` instead.
# Was:
data %>% select(Component)
# Now:
data %>% select(all_of(Component))
See <https://tidyselect.r-lib.org/reference/faq-external-vector.html>.
`summarise()` has grouped output by 'Child'. You can override using the
`.groups` argument.
`summarise()` has grouped output by 'Norm', 'Result'. You can override using
the `.groups` argument.
`summarise()` has grouped output by 'cohort', 'District', 'School', 'Name',
'Sex', 'Club'. You can override using the `.groups` argument.